home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / x_valin.swf / scripts / DefineButton2_12 / BUTTONCONDACTION on(release).as < prev   
Encoding:
Text File  |  2007-10-01  |  160 b   |  10 lines

  1. on(release){
  2.    if(_root.soundbut.audioon == 1)
  3.    {
  4.       tellTarget(_root.audioback)
  5.       {
  6.          gotoAndPlay(_currentframe + 9);
  7.       }
  8.    }
  9. }
  10.